-
1 Methode der Linearprogrammierung
Deutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Methode der Linearprogrammierung
-
2 Programmierungsmethode
Programmierungsmethode f programming methodDeutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Programmierungsmethode
-
3 Programmierverfahren
Programmierverfahren n programming methodDeutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Programmierverfahren
-
4 Verfahren
Verfahren n 1. COMP procedure (Programm); 2. GEN process, procedure; 3. IND process, technique; 4. MGT method; 5. RECHT procedure proceedings, action, suit (Rechtsstreit); 6. ADMIN procedure • ein Verfahren für ungültig erklären RECHT extinguish an action • gegen jmdn. ein Verfahren anstrengen RECHT bring a lawsuit against sb* * *n 1. < Comp> Programm procedure; 2. < Geschäft> process, procedure; 3. < Ind> process, technique; 4. < Mgmnt> method; 5. < Recht> procedure Rechtsstreit proceedings, action, suit; 6. < Verwalt> procedure ■ ein Verfahren für ungültig erklären < Recht> extinguish an action ■ gegen jmdn. ein Verfahren anstrengen < Recht> bring a lawsuit against sb* * *Verfahren
(Arbeitsvorgang) operation, course, (Behandlung) treatment, (Gericht) procedure, proceeding[s], process, case, suit at law (US), lawsuit (US), (Handlungsweise) deal (coll.), dealings, (Herstellung) process, method, technique, departure, (Methode) manner, method, plan, line, way, mode, (Schema) policy, system;
• in einem schwebenden Verfahren pendente lite (lat.);
• abgekürztes Verfahren summary proceeding;
• aufeinander abgestimmtes Verfahren concerted practices;
• abgetrenntes Verfahren separate trial;
• anhängiges Verfahren case at law, proceedings instituted;
• beschleunigtes Verfahren speedup;
• bildgebendes Verfahren imaging technique;
• disziplinarisches Verfahren disciplinary proceedings;
• einheitliches Verfahren standard practice, uniform procedure;
• Einsparungen ermöglichendes Verfahren saver;
• gerichtliches Verfahren legal proceedings, judicial process (proceedings);
• getrenntes Verfahren separate action;
• industrielles Verfahren know-how, industrial technique;
• konkursrechtliches Verfahren bankruptcy proceedings (procedure);
• kostspieliges Verfahren costly proceedings, wasteful process;
• neuartiges Verfahren novel method;
• neues Verfahren new departure;
• ordentliches Verfahren regular process, ordinary proceedings;
• ordnungsgemäßes Verfahren due process of law;
• patentfähiges Verfahren patentable process;
• patentiertes Verfahren patented process;
• schiedsgerichtliches Verfahren arbitration procedure;
• schriftliches Verfahren written proceedings;
• übliches steuernsparendes Verfahren tax-saving pattern;
• überholtes Verfahren outmoded process;
• [allgemein] übliches Verfahren common practice;
• ungerechtes Verfahren unfair hearing;
• ungesetzliches Verfahren illegal proceedings;
• ungültiges Verfahren void (irregular) process, mistrial;
• unvorschriftsmäßiges Verfahren undue proceedings;
• verbessertes Verfahren improved process;
• Verfahren bei der Aufstellung des Haushalts budget procedure;
• Verfahren bei der Aufstellung des Werbeetats (Werbebudgets) advertising-budget procedure;
• Verfahren zur besseren Ausnutzung elektronischer Datenverarbeitungsanlagen time-sharing of data-processing machines;
• Verfahren zur Beilegung von Tarifstreitigkeiten disputes procedure;
• Verfahren zur Festsetzung der Folgeprämie renewal procedure;
• Verfahren zur Festsetzung eines Prioritätsrechtes (Patentrecht) interference proceedings;
• Verfahren zur Feststellung der Schadenhöhe writ of inquiry [after judgment by default];
• Verfahren zur Freigabe von Geheimmaterial declassification procedure;
• Verfahren der freiwilligen Gerichtsbarkeit non-contentious business;
• Verfahren zur Gründung einer Kapitalgesellschaft incorporation procedure (US);
• Verfahren im Interesse einer Klägergruppe class action (suit);
• Verfahren in Nachlassangelegenheiten administration suit;
• Verfahren zur Offenlegung der Vermögensverhältnisse equitable garnishment, supplementary proceedings (US);
• Verfahren eines integrierten Planungs-, Programmierungs- und Haushaltssystems Planning-Programming-Budgeting System;
• Verfahren zur Regelung arbeitsrechtlicher Streitigkeiten disputes procedure;
• Verfahren zur Regelung von Versicherungsansprüchen claim procedure;
• Verfahren in der Revisionsinstanz proceedings in error;
• Verfahren in Steuersachen process in tax proceedings;
• Verfahren in Warenzeichenangelegenheiten trademark procedure;
• Verfahren abtrennen to separate a case;
• Verfahren anstrengen to institute legal proceedings, to bring a suit;
• neues Verfahren anwenden to take a new departure;
• sein übliches Verfahren anwenden to follow one’s standard practice;
• Verfahren wieder aufnehmen to reopen a case;
• neue Verfahren ausprobieren to experiment with new methods;
• gerichtliches Verfahren aussetzen to stay (suspend) the proceedings, to arrest judgment;
• Verfahren beschleunigen to accelerate proceedings, to speed up procedures;
• Verfahren gegen j. in Gang bringen to take out a process against s. o.;
• Verfahren durchführen to proceed with a case, to carry on legal proceedings;
• neue technologische Verfahren in der Industrie einführen to make technical innovations in industry;
• in ein laufendes Verfahren eingreifen to publish comment on cases pending;
• Verfahren wegen Amtsmissbrauchs einleiten to take misfeasance proceedings;
• Verfahren einstellen to abate proceedings, to dismiss a case;
• einheitliches Verfahren erarbeiten to standardize procedure;
• ordnungsgemäßes Verfahren sicherstellen to regularize the proceedings;
• sich einem schiedsrichterlichen Verfahren unterwerfen to submit a claim for arbitration;
• Verfahren verschleppen to delay the proceedings;
• in einem schiedsgerichtlichen Verfahren tätig werden to arbitrate between parties to a suit;
• zu den Kosten des Verfahrens verurteilt werden to be condemned in (ordered to pay) the costs.
См. также в других словарях:
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Method — may refer to: Scientific method, a series of steps taken to acquire knowledge Method (computer programming), a piece of code associated with a class or object to perform a task Method (music), a kind of textbook to help students learning to play… … Wikipedia
Method chaining — is a common technique for invoking multiple method calls in object oriented programming languages. Each method returns an object (possibly the current object itself), allowing the calls to be chained together in a single statement.[1] A method… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method of lines — The method of lines (MOL, NMOL, NUMOL) (Schiesser, 1991; Hamdi, et al., 2007; Schiesser, 2009 ) is a technique for solving partial differential equations (PDEs) in which all but one dimension is discretized. MOL allows standard, general purpose… … Wikipedia